CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - assembly language f
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - assembly language f - List
[
Other resource
]
The Art Of Assembly Language
DL : 0
The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three categories: a student who is being forced to read this stuff for a class, someone who picked up this book by accident (probably because you have yet to be indoctrinated by the world at large), or one of the few who actually have an interest in learning assembly language. -The Art of Assembly Language Amazing! You ' re actually reading this. That puts you into one of three categories : a student who is being forced to read this stuff f or a class, someone who picked up this book by accident (pro bably because you have yet to be indoctrinated b y the world at large), or one of the few who actually have an interest in learning assembly language.
Date
: 2008-10-13
Size
: 3.15mb
User
:
刘宏亮
[
Driver Develop
]
KmdTutCn
DL : 0
KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程,读者可以从http://www.freewebs.com/four-f/下载最新的英文版本,为了使用本教程,你还需要下载Kernel mode驱动程序开发包KmdKit,更多信息请参考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~) 0.2 关于KmdKit KmdKit的全称是Kernel Mode Driver development Kit for assembly language programmers,即内核模式驱动程序汇编开发包,KmdKit中包括了用宏汇编编译器开发驱动程序需要用到的所有东西。 你可以从http://www.wasm.ru/或者http://www.freewebs.com/four-f/下载到最新版本的KmdKit。
Date
: 2008-10-13
Size
: 255.89kb
User
:
gdmzwwq
[
Other
]
The Art Of Assembly Language
DL : 0
The Art of Assembly Language Amazing! You’re actually reading this. That puts you into one of three categories: a student who is being forced to read this stuff for a class, someone who picked up this book by accident (probably because you have yet to be indoctrinated by the world at large), or one of the few who actually have an interest in learning assembly language. -The Art of Assembly Language Amazing! You ' re actually reading this. That puts you into one of three categories : a student who is being forced to read this stuff f or a class, someone who picked up this book by accident (pro bably because you have yet to be indoctrinated b y the world at large), or one of the few who actually have an interest in learning assembly language.
Date
: 2025-07-09
Size
: 3.15mb
User
:
刘宏亮
[
Driver Develop
]
KmdTutCn
DL : 0
KmdTut是一份以Win32汇编语言来开发Kernel mode驱动程序的教程,读者可以从http://www.freewebs.com/four-f/下载最新的英文版本,为了使用本教程,你还需要下载Kernel mode驱动程序开发包KmdKit,更多信息请参考http://www.wasm.ru/(很不幸,是俄文的,倒ing~~~) 0.2 关于KmdKit KmdKit的全称是Kernel Mode Driver development Kit for assembly language programmers,即内核模式驱动程序汇编开发包,KmdKit中包括了用宏汇编编译器开发驱动程序需要用到的所有东西。 你可以从http://www.wasm.ru/或者http://www.freewebs.com/four-f/下载到最新版本的KmdKit。-To KmdTut is a Win32 assembly language to develop Kernel mode driver tutorial, readers can download the latest http://www.freewebs.com/four-f/ the English version, in order to use this tutorial, you also need to download the Kernel mode driver development kit KmdKit, more information please refer to http://www.wasm.ru/ (Unfortunately, it is Russian, but ing ~ ~ ~) 0.2 on KmdKit KmdKit full name is the Kernel Mode Driver development Kit for assembly language programmers, that is, the compilation of kernel mode driver development kit, KmdKit includes macro assembler compiler used to develop drivers for all the things needed. You can download from http://www.wasm.ru/ or http://www.freewebs.com/four-f/ to the latest version of KmdKit.
Date
: 2025-07-09
Size
: 256kb
User
:
gdmzwwq
[
assembly language
]
wannianli
DL : 0
汇编语言实现万年历,具有农历闰年F功能,能正常显示-Assembly language implementation calendar
Date
: 2025-07-09
Size
: 15kb
User
:
董桥
[
DSP program
]
add
DL : 0
利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 输入整数a,b,c,d,e, 请计算a+b+c,a+c+d+e,a-b的值 讨论a-b后算术状态标志寄存器的状态 (ASTAT) 请讨论输入整数数组e[3],f[3],参数如何传递的 写实验报告,要求有实验分析,实验程序,实验心得 -Using C language to call the assembly routines which five input parameters and return results compiled three subroutine calls input integer a, b, c, d, e, please calculate a+ b+ c, a+ c+ d+ e, After discussing the value of ab ab arithmetic status flags register state (ASTAT) Please discuss the input integer array e [3], f [3], parameters to pass the written test report, requires experimental analysis, experimental procedures, experimental experience
Date
: 2025-07-09
Size
: 33kb
User
:
邓锡海
[
assembly language
]
blackfin
DL : 0
利用C语言调用汇编子程序 其中5个输入参数和3个返回结果的汇编子程序调用 a) 输入整数a,b,c,d,e, b) 请计算a+b+c,a+c+d+e,a-b的值 c) 讨论a-b后算术状态标志寄存器的状态 (ASTAT) d) 请讨论输入整数数组e[3],f[3],参数如何传递的 本实验要求在Visual DSP++ ADSP-BF535 Blackfin环境中编写一个简单的程序:C语言的主程序调用汇编语言的函数,完成简单的加法、减法。实验重点在于掌握汇编程序的调用方法,以及参数的传递,寄存器的数据存放。-Using C language to call the assembly routines which five input parameters and return results compiled three subroutine calls a) input integers a, b, c, d, e, b), calculate a+ b+ c, a+ c+ d+ e, ab value of c) discuss the ab after the arithmetic status flags register state (ASTAT) d) Please discuss the input integer array e [3], f [3], parameters to pass the test required in Visual DSP++ ADSP- BF535 Blackfin environment, write a simple program: C language, assembly language function called main program to complete simple addition and subtraction. Experiment focused on master assembler call methods and pass parameters, register the data store.
Date
: 2025-07-09
Size
: 35kb
User
:
幻叶
[
Other
]
7Segment-0-F
DL : 0
An Assembly language code use in microprocessor. This drives a 7segment counting 0 to f-An Assembly language code use in microprocessor. This drives a 7segment counting 0 to f
Date
: 2025-07-09
Size
: 44kb
User
:
weng03
[
Other
]
f`OpCode
DL : 0
汇编指令之OpCode快速入门 本人收藏的汇编语言教程-The assembly instructions OpCode Quick Start My collection of assembly language tutorial
Date
: 2025-07-09
Size
: 124kb
User
:
小四
[
Windows Develop
]
devextras.codereflect
DL : 0
.NET Reflector was the first CLI assembly browser.[citation needed] It can be used to inspect, navigate, search, analyze, and browse the contents of a CLI component such as an assembly and translates the binary information to a human-readable form. By default Reflector allows decompilation of CLI assemblies into C#, Visual Basic .NET, Common Intermediate Language and F# (alpha version). Reflector also includes a "Call Tree" that can be used to drill down into intermediate language methods to see what other methods they call. It will show the metadata, resources and XML documentation. .NET Reflector can be used by .NET developers to understand the inner workings of code libraries, to show the differences between two versions of the same assembly, and how the various parts of a CLI application interact with each other. There are a large number of add-ins for Reflector.
Date
: 2025-07-09
Size
: 276kb
User
:
San
[
CSharp
]
C-language-lexical-analyzer
DL : 0
使用C#编写的一个简易的C语言词法分析器,对汇编语言的一个活学活用的例子,供大家参考学习。-英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 使用C#编写的一个简易的C语言词法分析器,对汇编语言的一个活学活用的例子,供大家参考学习。 请键入文字或网站地址,或者上传文档。 取消 Shǐyòng C#biānxiě de yīgè jiǎnyì de C yǔyán cífǎ fēnxī qì, duì huìbiān yǔyán de yīgè huó xué huóyòng de lìzi, gōng dàjiā cānkǎo xuéxí.Use C# to write a simple C language lexical analyzer, an example of the assembly language of a live learning, for your reference study.
Date
: 2025-07-09
Size
: 113kb
User
:
wangbin
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.